Component org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistryImpl
In bundle org.nuxeo.ecm.platform.oauth
Documentation
Component and Service to manage the OAuth Service providers that can be accessed from Nuxeo via OAuth
Implementation
Class:
org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistryImpl
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistryImpl">
<implementation
class="org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistryImpl" />
<documentation>
Component and Service to manage the OAuth Service providers that can be accessed from Nuxeo via OAuth
@author Thierry Delprat (td@nuxeo.com)
</documentation>
<service>
<provide interface="org.nuxeo.ecm.platform.oauth.providers.OAuthServiceProviderRegistry" />
</service>
</component>